summaryrefslogtreecommitdiff
path: root/jstmax!'s [warning] system.md
diff options
context:
space:
mode:
authorjstmax! <87650746+MaxWasTakenYT@users.noreply.github.com>2024-10-17 19:09:29 +0000
committerGitHub <noreply@github.com>2024-10-17 19:09:29 +0000
commite066cababfa25e415479a55cfbee5a9063ce7414 (patch)
treea425b50346d79d546d278ab3d17154c08b1f4f52 /jstmax!'s [warning] system.md
parent8ad1cd71e4038a0e70e61445e2ebdeda92d791b3 (diff)
Update jstmax!'s [warning] system.md
Diffstat (limited to 'jstmax!'s [warning] system.md')
-rw-r--r--jstmax!'s [warning] system.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/jstmax!'s [warning] system.md b/jstmax!'s [warning] system.md
index 3cb92b1..75a89ec 100644
--- a/jstmax!'s [warning] system.md
+++ b/jstmax!'s [warning] system.md
@@ -4,9 +4,15 @@ basically: in my CLI programs, I use my own warning system to warn (wow) the use
e.g. `[e!] example error: description` for errors \
in this file I'll write a list of every warning I use;
+## .categoryOne, basicWarnings🤓
|warning✨|explanation📑|
|-|-|
|[e!]|used for errors, e.g. `[e!] task (taskName) failed`|
|[n!]|used for notes, e.g. `[n!] this program supports (featureName)`|
-|[]|//|
-|[]|//|
+|[w!]|used for warning (lol), e.g. `[w!] using (functionName) could lead to (issueName)`|
+
+## .categoryTwo, categorizedWarnings👻
+|warning✨|explanation📑|
+|-|-|
+|[math_e!]|used for mathematical specific errors, e.g. `[math_e!] divided by zero!`|
+|[perm_e!]|used for permissions specific errors, e.g. `[perm_e!] cannot access (folderName), insufficient permissions`|